//Recalls Canvas Size
[VarDef,#width,0]
[VarDef,#height,0]
[VarDef,#note,""]
[IButton,???,"Recalls the Canvas Size",
[VarSet,#width,[IGet,Document:Width]]
[VarSet,#height,[IGet,Document:Height]]
[VarSet,#note,[StrMerge,"The Canvas is ",#width ," by ",#height," in Pixels."]]
[Note,#note]
]//EOF
